mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 11:30:09 +00:00
Rename old makefile
This commit is contained in:
parent
8aa147af10
commit
26e423a841
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user