mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +02:00
rename executable to server
This commit is contained in:
parent
a38c518569
commit
18170b5364
@ -38,9 +38,9 @@ O_FILES = $(patsubst src/%.c,build/%.o,$(C_FILES))
|
||||
|
||||
CC = gcc
|
||||
|
||||
all: build_dir runtime
|
||||
all: build_dir server
|
||||
|
||||
runtime: $(O_FILES)
|
||||
server: $(O_FILES)
|
||||
$(CC) -o build/$@ $^ $(F_FLAGS) $(OPTIMIZATION) $(L_FLAGS)
|
||||
|
||||
build/%.o: src/%.c $(HEADERS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user