mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 00:32:15 +00:00
Add blocks.c, emile.c to create emile
This commit is contained in:
parent
618375c887
commit
43cb8eec36
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
PROGRAMS = emile-set-cmdline emile-first-info emile-first-tune emile-install \
|
||||
emile-set-output
|
||||
emile-set-output emile
|
||||
|
||||
CPPFLAGS = -DSIGNATURE="\"$(SIGNATURE)\""
|
||||
CFLAGS = -Wall
|
||||
@ -22,5 +22,12 @@ emile-first-tune.o: emile-first-tune.c emile-first.h emile.h
|
||||
|
||||
emile-install.o: emile-install.c emile-first.h ../second/head.h emile.h
|
||||
|
||||
block.o: blocks.c blocks.h ../second/head.h
|
||||
|
||||
emile.o: emile.c ../second/head.h
|
||||
|
||||
|
||||
emile: emile.o blocks.o
|
||||
|
||||
clean:
|
||||
rm -f *.o $(PROGRAMS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user