diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -NAME= numlock -VERSION = $(shell awk '/define version/ { print $$3 }' $(NAME).spec) +NAME = numlock +VERSION = 2.0 TOP= CFLAGS=-g -O2 -Wall |