diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-07-19 12:59:20 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-07-19 12:59:20 -0400 |
| commit | 6b1ab2ca3d67810297fcbc3ecfb2af179d02427b (patch) | |
| tree | e9d5521acca5c0236b1390785123b961aa065885 /Makefile | |
| parent | 31b5468bf812a177d857a35194256754ac5e0a4d (diff) | |
use PROGRAMS macro to enable clean target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ .POSIX: -all: hostid sync +PROGRAMS=hostid sync + +all: $(PROGRAMS) + +clean: + rm -f $(PROGRAMS) *.o |
