BurritOS/test/syscall_tests/Makefile

13 lines
263 B
Makefile
Raw Normal View History

2023-04-23 15:11:06 +02:00
PROGRAMS = halt.guac prints.guac producteur_consommateur.guac join.guac
2023-04-05 17:05:55 +02:00
TOPDIR = ../..
include $(TOPDIR)/Makefile.rules
2023-04-04 20:55:27 +02:00
build: $(PROGRAMS)
dumps: halt.dump prints.dump
clean:
2023-04-05 17:05:55 +02:00
$(RM) *.o *.guac
2023-04-04 20:55:27 +02:00
2023-04-05 15:09:10 +02:00
$(PROGRAMS): %.guac : $(USERLIB)/sys.o $(USERLIB)/libnachos.o %.o