diff options
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makefile b/tools/makefile index 8de2bd4..3803e44 100644 --- a/tools/makefile +++ b/tools/makefile @@ -10,7 +10,7 @@ CC= /usr/bin/g++ -Wall -g -I $(HOME)/lib/include .SECONDARY : # do not remove any intermediate files -progs = pido hi-q skrewt +progs = pido hi-q skrewt hi-test all: $(progs) |