Makefile fixes for align.c, -O2 produces wrong results
[grml-scripts.git] / compile / Makefile
index bb84258..dd2bbce 100644 (file)
@@ -29,6 +29,7 @@ dpkg_not_running: dpkg_not_running.c
        diet $(CC) $(CFLAGS) -o $@ $^
 
 align: align.c
+       $(CC) -Wall -o align align.c
 
 reread_partition_table: reread_partition_table.c
        diet $(CC) $(CFLAGS) -o $@ $^