ASM_DEPENDENCIES = $(wildcard 386\*.nas)
C_DEPENDENCIES = $(wildcard *.c)

all: $(DEPENDENCIES)

