summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7e14dc..543bf66 100644
--- a/Makefile
+++ b/Makefile
@@ -26,3 +26,6 @@ get-global-id-3d: get_global_id_3d.o $(COMMON_OBJECTS)
mat-mul: mat_mul.o $(COMMON_OBJECTS)
gcc -o $@ $^ $(LDFLAGS)
+
+memset: memset.o $(COMMON_OBJECTS)
+ gcc -o $@ $^ $(LDFLAGS)