libatomic: add stub atomic lib header/source
[model-checker.git] / Makefile
index efa75ffe21b2cce497b3301428afdf2c25853f70..073121e867eb926d30e3683bec67bd4d96e54342 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
+HEADERS=libthreads.h schedule.h common.h libatomic.h
+FLAGS=-Wall
 
 all: ${BIN}