some work on the eyecandy curses display
This commit is contained in:
@@ -13,9 +13,12 @@ ecran.o: ecran.c Makefile ecran.h
|
||||
waterfall.o: waterfall.c Makefile
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
vumetre.o: vumetre.c Makefile
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
# --------------- ***
|
||||
|
||||
OBJ = ecran.o waterfall.o 7segments.o
|
||||
OBJ = ecran.o waterfall.o 7segments.o vumetre.o
|
||||
|
||||
t: t.c Makefile $(OBJ) ecran.h
|
||||
gcc $(COPT) $< $(OBJ) -lncurses -o $@
|
||||
|
||||
Reference in New Issue
Block a user