aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Makefile')
-rw-r--r--src/common/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/common/Makefile b/src/common/Makefile
deleted file mode 100644
index 40b8ba9..0000000
--- a/src/common/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-OBJ = string.o printf.o slab_alloc.o mutex.o hashtbl.o
-
-LIB =
-
-CFLAGS = -I ./include
-
-LDFLAGS =
-
-OUT = common.lib
-
-include ../rules.make