mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
Makefile update
This commit is contained in:
parent
1284bd62fb
commit
16a21a2f30
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -13,7 +13,6 @@ all: $(BIN_NAME)
|
|||
$(BIN_NAME): obj/main.o $(OBJS)
|
||||
$(LD) $(LDFLAGS) -o $@ $^
|
||||
|
||||
test: dependencies
|
||||
test: obj/test.o $(OBJS)
|
||||
$(LD) $(LDFLAGS) -o $@ $^
|
||||
|
||||
|
|
Loading…
Reference in a new issue