Rename old makefile

This commit is contained in:
lakinduakash 2019-03-05 02:40:44 +05:30
parent 8aa147af10
commit 26e423a841

View File

@ -14,7 +14,7 @@ $(ODIR)/%.o: ui/%.c
$(CC) -c -o $@ $< $(CFLAGS)
wihotspot: $(OBJ)
$(CC) -o $(ODIR)/$@ $^ $(CFLAGS) $(LIBS)
$(CC) -o ui/$@ $^ $(CFLAGS) $(LIBS)
.PHONY: clean