We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b28a5 commit 5f3b6f2Copy full SHA for 5f3b6f2
Makefile
@@ -1,5 +1,4 @@
1
-
2
-VERSION=1.3.0
+VERSION=1.2.0
3
NAME=jquery.timepicker-${VERSION}
4
5
SOURCES=${NAME}.js ${NAME}.css
@@ -28,4 +27,4 @@ ${NAME}.css:
28
27
-F "data=<jquery.timepicker.css" > jquery.timepicker-${VERSION}.min.css
29
30
cleanup:
31
- rm ${SOURCES} ${COMPRESSED}
+ rm ${SOURCES} ${COMPRESSED}
0 commit comments