X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=Makefile;h=ad94a65a6dcd3f1aadad04f7c551a78a69564b47;hb=a44fc6f0eb899b6f745fe8ab43d5cb3e5b743c21;hp=78f7941e97ac6c8879efcc87610d227e54ef14c5;hpb=95ed7334e5fb35010f287765161fcff1efa69758;p=dcpu16 diff --git a/Makefile b/Makefile index 78f7941..ad94a65 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ #!make # -PROGRAMS = dcpu16 as-dcpu16 +PROGRAMS = as-dcpu16 vm-dcpu16 CFLAGS = -g -Wall -Wextra -pedantic -std=c99 -LDFLAGS = +LDFLAGS = -lreadline all: $(PROGRAMS) +vm-dcpu16: vm-dcpu16.o dcpu16.o as-dcpu16: as-dcpu16.o