Chromium Code Reviews| Index: client/site_tests/hardware_tsl2563/src/Makefile |
| diff --git a/client/site_tests/hardware_tsl2563/src/Makefile b/client/site_tests/hardware_tsl2563/src/Makefile |
| deleted file mode 100644 |
| index f7448341939673a5762308e1b777eb9cc72b173b..0000000000000000000000000000000000000000 |
| --- a/client/site_tests/hardware_tsl2563/src/Makefile |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| -# Use of this source code is governed by a BSD-style license that can be |
| -# found in the LICENSE file. |
| - |
| -TARGET = tsl2563tst |
| -SRC = tsl2563tst.c |
| - |
| -$(TARGET): $(SRC) |
| - $(CC) -o $@ $^ |
| - |
| -clean: |
| - $(RM) $(TARGET) |