summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-03 02:37:25 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-03 02:37:25 +0200
commitcf74195121a2cfc4537cb64c965fa1945c57ffae (patch)
treed8c5868cd9175160e80e4ae0fce767ec9a2da9d6 /Makefile
downloaddclock-cf74195121a2cfc4537cb64c965fa1945c57ffae.tar
dclock-cf74195121a2cfc4537cb64c965fa1945c57ffae.zip
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0d4c1bc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all : DClock
+
+DClock : DClock.vala DDate.vala
+ valac --pkg=libpanelapplet-2.0 DClock.vala DDate.vala
+
+clean :
+ rm -f DClock