mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
add emile-install
This commit is contained in:
@@ -4,17 +4,19 @@
|
||||
#
|
||||
#
|
||||
|
||||
PROGRAMS = emile-set-cmdline emile-first-info emile-first-tune
|
||||
PROGRAMS = emile-set-cmdline emile-first-info emile-first-tune emile-install
|
||||
|
||||
CFLAGS = -Wall
|
||||
|
||||
all: $(PROGRAMS)
|
||||
|
||||
emile-set-cmdline.o: emile-set-cmdline.c emile-first.h emile.h
|
||||
emile-set-cmdline.o: emile-set-cmdline.c emile-first.h emile-second.h emile.h
|
||||
|
||||
emile-first-info.o: emile-first-info.c emile-first.h emile.h
|
||||
|
||||
emile-first-tune.o: emile-first-tune.c emile-first.h emile.h
|
||||
|
||||
emile-install.o: emile-install.c emile-first.h emile-second.h emile.h
|
||||
|
||||
clean:
|
||||
rm -f *.o $(PROGRAMS)
|
||||
|
Reference in New Issue
Block a user