summaryrefslogtreecommitdiff
path: root/third_party/incbin/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/incbin/test/Makefile')
-rw-r--r--third_party/incbin/test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/incbin/test/Makefile b/third_party/incbin/test/Makefile
new file mode 100644
index 0000000000..aa31beca34
--- /dev/null
+++ b/third_party/incbin/test/Makefile
@@ -0,0 +1,5 @@
+test: asserts
+ ./asserts
+
+asserts: asserts.c ../incbin.h
+ $(CC) -o asserts asserts.c