Browse Source

make 'all' a PONY target.

master
roker 4 years ago
parent
commit
377074baf8
  1. 2
      Makefile

2
Makefile

@ -3,7 +3,7 @@
# This file may be used under the terms of the GNU General Public License version 3 # This file may be used under the terms of the GNU General Public License version 3
# see LICENSE # see LICENSE
.PHONY: src test install uninstall clean .PHONY: all src test install uninstall clean
all: src all: src

Loading…
Cancel
Save