mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-14 04:19:20 +02:00
Clean up makefile
This commit is contained in:
parent
b213d56eb4
commit
e8a4c66719
|
@ -32,7 +32,6 @@ $(SERVER): $(COMMONOBJS) $(SERVEROBJS)
|
|||
@echo CC $<
|
||||
@$(CC) $(CFLAGS) $< -o $@
|
||||
|
||||
base64u.o client.o iodined.o:
|
||||
base64u.c: base64.c
|
||||
@echo Making $@
|
||||
@echo '/* No use in editing, produced by Makefile! */' > $@
|
||||
|
|
Loading…
Reference in New Issue