summaryrefslogtreecommitdiff
path: root/nix-test/Makefile
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-07-09 10:00:54 -0700
committerCarl Lerche <me@carllerche.com>2015-07-09 16:28:51 -0700
commitecbaadde52ed175d25d01f8fb2723a647947d830 (patch)
tree6994547f0b7c214426826901b841a51ce695681f /nix-test/Makefile
parent1f366ff8285d147cfe3faeb1567c5f047d056a72 (diff)
downloadnix-ecbaadde52ed175d25d01f8fb2723a647947d830.zip
Run 32 bit CI builds
Diffstat (limited to 'nix-test/Makefile')
-rw-r--r--nix-test/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/nix-test/Makefile b/nix-test/Makefile
deleted file mode 100644
index 67674529..00000000
--- a/nix-test/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-OUT = libnixtest.a
-CFLAGS = -fPIC -D$(OS)
-OBJS = const.o \
- sizes.o
-
-$(OUT): $(OBJS)
- ar -rcs $@ $^
-
-clean:
- rm -f $(OBJS)
- rm -f $(OUT)