userprog: separate test 'program' out to userprog.c
[model-checker.git] / Makefile
index efa75ffe21b2cce497b3301428afdf2c25853f70..7d7d0716a30ffe967435e08ec659a231994fd3eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 CC=gcc
 BIN=libthreads
-SOURCE=libthreads.c schedule.c
-HEADERS=libthreads.h schedule.h common.h
-FLAGS=
+SOURCE=libthreads.c schedule.c libatomic.c userprog.c
+HEADERS=libthreads.h schedule.h common.h libatomic.h
+FLAGS=-Wall
 
 all: ${BIN}