mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2025-02-16 07: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)
|
$(CC) -c -o $@ $< $(CFLAGS)
|
||||||
|
|
||||||
wihotspot: $(OBJ)
|
wihotspot: $(OBJ)
|
||||||
$(CC) -o $(ODIR)/$@ $^ $(CFLAGS) $(LIBS)
|
$(CC) -o ui/$@ $^ $(CFLAGS) $(LIBS)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user