Subversion Repositories Kolibri OS

Rev

Rev 8250 | Rev 8274 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8250 Rev 8272
Line 7... Line 7...
7
 
7
 
8
all:
8
all:
9
	$(CC) $(CFLAGS) $(LFLAGS) $(SRC) -o $(NAME) 
9
	$(CC) $(CFLAGS) $(LFLAGS) $(SRC) -o $(NAME) 
10
install: 
10
install: 
-
 
11
	cp $(NAME) ../bin 
-
 
12
compress:
11
	cp $(NAME) ../bin 
13
	upx $(NAME)
12
clean:
14
clean: