1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-11 23:53:31 +00:00

Add depedency on chargen.inc.

This commit is contained in:
Lars Brinkhoff 2019-06-02 12:31:01 +02:00
parent ae97de0446
commit 48cf24b90a

View File

@ -11,7 +11,7 @@ LIBS=-lpthread -lm
SDLLIBS=`sdl2-config --libs` `pkg-config SDL2_image --libs`
pdp6: main_panel.c dis340.c $(SRC) $(H)
pdp6: main_panel.c dis340.c chargen.inc $(SRC) $(H)
$(CC) -o $@ $(CFLAGS) $(SDLFLAGS) main_panel.c dis340.c $(SRC) $(LIBS) $(SDLLIBS)
pdp6_s: main_serial.c $(SRC) $(H)
$(CC) -o $@ $(CFLAGS) main_serial.c $(SRC) $(LIBS)