-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ #!/usr/bin/make -f +ifndef QTDIR +$(error QTDIR not set) +endif + export OPIEDIR:=$(shell pwd) |
index : patchwork/opie.git | ||
opie™ hacks and fixes |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 4 |
@@ -1,2 +1,6 @@ #!/usr/bin/make -f +ifndef QTDIR +$(error QTDIR not set) +endif + export OPIEDIR:=$(shell pwd) |