9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
include $(top_srcdir)/makerules/common.mk
|
||
|
|
||
|
ifeq ($(strip $(TARGET)),windows)
|
||
|
all: warzone2100.o
|
||
|
endif
|
||
|
|
||
|
clean:
|
||
|
$(RM_F) warzone2100.o
|