Makefile 101 B

1234567
  1. PROJ = test_duty
  2. ADD_SRC = buttons.v duty.v
  3. PIN_DEF = icebreaker.pcf
  4. DEVICE = up5k
  5. include main.mk