diff options
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Simple makefile for the demos in the top level directory. -.PHONY: advanced demo +.PHONY: advanced simple all: simple advanced @echo "Done!" |
![]() |
index : NemaTode | |
| Cross platform C++ 11 NMEA Parser & GPS Framework, https://github.com/ckgt/NemaTode | a.afanasieff@gmail.com |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | makefile | 2 |
@@ -1,6 +1,6 @@ # Simple makefile for the demos in the top level directory. -.PHONY: advanced demo +.PHONY: advanced simple all: simple advanced @echo "Done!" |