Optimization
- Added developer mode - removed exit_app() function - moved man.c from /etc/man to /etc - added varialble for server ip
This commit is contained in:
parent
f77acacd90
commit
d05ed9cd91
6 changed files with 42 additions and 23 deletions
4
makefile
4
makefile
|
|
@ -26,5 +26,5 @@ change_dir.o: commands/change_dir.c
|
|||
$(CC) $(CFLAGS) -c commands/change_dir.c
|
||||
update_check.o: utils/update_check.c
|
||||
$(CC) $(CFLAGS) -c utils/update_check.c
|
||||
man.o: etc/man/man.c
|
||||
$(CC) $(CFLAGS) -c etc/man/man.c
|
||||
man.o: etc/man.c
|
||||
$(CC) $(CFLAGS) -c etc/man.c
|
||||
|
|
|
|||
Reference in a new issue