]> pd.if.org Git - zpackage/commitdiff
add default target to make programs
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 26 Dec 2015 19:53:21 +0000 (19:53 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 26 Dec 2015 19:53:21 +0000 (19:53 +0000)
Makefile

index 780114a775b05b678f60d2200b509d36eff686d3..e33313e6ec50b8877b8c3e34ea2506888bf45292 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
 CFLAGS=-Wall -std=c99
 
+programs: elftype soname
+
 elftype: elf/elftype.c
        $(CC) $(CFLAGS) -o $@ $+